Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dudp_usrreq.c1094 inp->inp_keepalive_type = 0; in udp_ctloutput()
1123 inp->inp_keepalive_type = ka.ka_type; in udp_ctloutput()
2996 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
3063 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
H A Din_pcb.h250 uint8_t inp_keepalive_type; /* type of application */ member