Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet6/
H A Dnd6_send.c85 const char *fin; variable
130 fin = &buffer[SYSCTL_CGA_PARAMETERS_BUFFER_SIZE];
132 fin = &buffer[req->oldlen];
140 if (&oldp[sizeof(cfg.cga_prepare)] <= fin) {
146 if (&oldp[sizeof(u16)] < fin) {
152 if (&oldp[iov->iov_len] < fin) {
157 if (oldp > fin) {
193 fin = &buffer[req->newlen];
197 if (&newp[sizeof(cfg.cga_prepare)] <= fin) {
203 if (&newp[sizeof(u16)] < fin) {
[all …]
/xnu-8796.121.2/bsd/netinet/
H A Dtcp_log.h67 X(TLEF_THF_FIN, 0x00000200, fin) \