Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6_send.c83 const char *fin; variable
124 fin = &buffer[SYSCTL_CGA_PARAMETERS_BUFFER_SIZE];
126 fin = &buffer[req->oldlen];
134 if (&oldp[sizeof(cfg.cga_prepare)] <= fin) {
140 if (&oldp[sizeof(u16)] < fin) {
146 if (&oldp[iov->iov_len] < fin) {
151 if (oldp > fin) {
187 fin = &buffer[req->newlen];
191 if (&newp[sizeof(cfg.cga_prepare)] <= fin) {
197 if (&newp[sizeof(u16)] < fin) {
[all …]
/xnu-10063.141.1/bsd/netinet/
H A Dtcp_log.h66 X(TLEF_THF_FIN, 0x00000200, fin) \