Searched refs:ka (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | copyout_shim.h | 59 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) \ argument 60 … if(copyout_shim_fn && (co_src_flags & CO_SRC_NORMAL)) {copyout_shim_fn(ka,ua,nb,CO_SRC_NORMAL); } 62 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) \ argument 63 if(copyout_shim_fn && (co_src_flags & CO_SRC_MSG)){copyout_shim_fn(ka,ua,nb,CO_SRC_MSG); } 65 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) \ argument 66 if(copyout_shim_fn && (co_src_flags & CO_SRC_PHYS)){copyout_shim_fn(ka,ua,nb,CO_SRC_PHYS); } 70 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) argument 71 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) argument 72 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) argument
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | udp_usrreq.c | 1024 struct udp_keepalive_offload ka; in udp_ctloutput() local 1035 if (sopt->sopt_valsize != sizeof(ka)) { in udp_ctloutput() 1039 if ((error = sooptcopyin(sopt, &ka, sizeof(ka), in udp_ctloutput() 1040 sizeof(ka))) != 0) { in udp_ctloutput() 1045 if (ka.ka_type == 0) { in udp_ctloutput() 1049 if (ka.ka_interval == 0) { in udp_ctloutput() 1071 ka.ka_data_len, in udp_ctloutput() 1081 bcopy(ka.ka_data, in udp_ctloutput() 1089 ka.ka_interval); in udp_ctloutput() 1090 inp->inp_keepalive_type = ka.ka_type; in udp_ctloutput()
|
| H A D | tcp_log.h | 61 X(TLEF_KEEP_ALIVE, 0x00000004, ka) \
|