Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/netinet6/
H A Dnd6_send.c83 const char *fin; variable
128 fin = &buffer[SYSCTL_CGA_PARAMETERS_BUFFER_SIZE];
130 fin = &buffer[req->oldlen];
138 if (&oldp[sizeof(cfg.cga_prepare)] <= fin) {
144 if (&oldp[sizeof(u16)] < fin) {
150 if (&oldp[iov->iov_len] < fin) {
155 if (oldp > fin) {
191 fin = &buffer[req->newlen];
195 if (&newp[sizeof(cfg.cga_prepare)] <= fin) {
201 if (&newp[sizeof(u16)] < fin) {
[all …]
/xnu-10002.81.5/bsd/netinet/
H A Dtcp_log.h66 X(TLEF_THF_FIN, 0x00000200, fin) \