Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dudp_usrreq.c1134 inp->inp_keepalive_type = 0; in udp_ctloutput()
1166 inp->inp_keepalive_type = ka.ka_type; in udp_ctloutput()
3045 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
3112 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
H A Din_pcb.h260 uint8_t inp_keepalive_type; /* type of application */ member