Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dudp_usrreq.c1061 inp->inp_keepalive_type = 0; in udp_ctloutput()
1090 inp->inp_keepalive_type = ka.ka_type; in udp_ctloutput()
2944 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
3011 switch (inp->inp_keepalive_type) { in udp_fill_keepalive_offload_frames()
H A Din_pcb.h248 u_int8_t inp_keepalive_type; /* type of application */ member