Home
last modified time | relevance | path

Searched refs:ka_type (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/netinet/
H A Dudp.h117 u_int8_t ka_type; /* type of application */ member
H A Dudp_usrreq.c1091 if (ka.ka_type == 0) { in udp_ctloutput()
1139 inp->inp_keepalive_type = ka.ka_type; in udp_ctloutput()
/xnu-11215.81.4/tests/
H A Dudp_kao_opt.c99 keepAliveInfo.ka_type = UDP_KEEPALIVE_OFFLOAD_TYPE_AIRPLAY; in set_udp_kao_opt()