Home
last modified time | relevance | path

Searched defs:ka (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dcopyout_shim.h59 #define CALL_COPYOUT_SHIM_NRML(ka, ua, nb) \ argument
62 #define CALL_COPYOUT_SHIM_MSG(ka, ua, nb) \ argument
65 #define CALL_COPYOUT_SHIM_PHYS(ka, ua, nb) \ argument
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.121.2/bsd/netinet/
H A Dudp_usrreq.c1024 struct udp_keepalive_offload ka; in udp_ctloutput() local