Home
last modified time | relevance | path

Searched refs:inp_keepalive_type (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Dudp_usrreq.c1107 inp->inp_keepalive_type = 0; in udp_ctloutput()
1139 inp->inp_keepalive_type = ka.ka_type; in udp_ctloutput()
3026 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
3093 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
H A Din_pcb.h265 uint8_t inp_keepalive_type; /* type of application */ member