Searched refs:FR_IP_OFF (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c499 #define FR_IP_OFF(fr) ((ntohs((fr)->fr_ip->ip_off) & IP_OFFMASK) << 3) macro
552 if (FR_IP_OFF(frea) > off)
560 FR_IP_OFF(frep) + ntohs(frep->fr_ip->ip_len) - frep->fr_ip->ip_hl *
564 precut = FR_IP_OFF(frep) + ntohs(frep->fr_ip->ip_len) -
577 for (; frea != NULL && ip_len + off > FR_IP_OFF(frea);
581 aftercut = ip_len + off - FR_IP_OFF(frea);
625 (next == NULL || FR_IP_OFF(next) != off)) {
627 off, next == NULL ? -1 : FR_IP_OFF(next),

Completed in 22 milliseconds