Home
last modified time | relevance | path

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

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