Searched refs:xmin (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1188 /* Parameters: xmin(I)- pointer to buffer where data packet starts */
1199 /* We assume that 'xmin' is a pointer to a buffer that is part of the chain */
1203 ipf_pullup(xmin, fin, len)
1204 mb_t *xmin;
1209 mb_t *m = xmin;
H A Dfil.c415 /* xmin(I) - minimum header size */
423 ipf_pr_short6(fin, xmin)
425 int xmin;
428 if (fin->fin_dlen < xmin)
1160 /* xmin(I) - minimum header size */
1162 /* Check if a packet is "short" as defined by xmin. The rule we are */
1169 ipf_pr_short(fin, xmin)
1171 int xmin;
1175 if (fin->fin_dlen < xmin)
1177 } else if (fin->fin_off < xmin) {
[all...]
/freebsd-11-stable/sys/dev/fb/
H A Dsplash_pcx.c155 uint16_t xmin; member in struct:pcx_header
188 pcx_info.width = hdr->xmax - hdr->xmin + 1;

Completed in 99 milliseconds