Home
last modified time | relevance | path

Searched refs:head_off (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/usr.bin/netstat/
Dunix.c98 pcblist_kvm(u_long count_off, u_long gencnt_off, u_long head_off, char **bufp) in pcblist_kvm() argument
113 if (head_off == 0) in pcblist_kvm()
148 KREAD(head_off, &head, sizeof(head)); in pcblist_kvm()
200 u_long head_off; in unixpr() local
206 head_off = 0; in unixpr()
209 head_off = shead_off; in unixpr()
213 head_off = dhead_off; in unixpr()
217 head_off = sphead_off; in unixpr()
220 ret = pcblist_kvm(count_off, gencnt_off, head_off, in unixpr()
/freebsd-9-stable/sbin/routed/
Dradix.c351 int head_off = top->rn_off, vlen = (int)*((u_char *)v); in rn_insert() local
353 caddr_t cp = v + head_off; in rn_insert()
361 caddr_t cp2 = t->rn_key + head_off; in rn_insert()
671 int b, head_off, vlen; in rn_delete() local
677 head_off = x->rn_off; in rn_delete()
682 Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off)) in rn_delete()
688 if ((x = rn_addmask(netmask, 1, head_off)) == 0) in rn_delete()
/freebsd-9-stable/sys/net/
Dradix.c442 int head_off = top->rn_offset, vlen = LEN(v); in rn_insert() local
444 caddr_t cp = v + head_off; in rn_insert()
450 caddr_t cp2 = t->rn_key + head_off; in rn_insert()
806 int b, head_off, vlen; in rn_delete() local
812 head_off = x->rn_offset; in rn_delete()
817 bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off)) in rn_delete()
823 x = rn_addmask_r(netmask, head->rnh_masks, 1, head_off); in rn_delete()
/freebsd-9-stable/contrib/ipfilter/
Dradix.c404 int head_off = top->rn_off, vlen = (int)*((u_char *)v); local
406 caddr_t cp = v + head_off;
418 caddr_t cp2 = t->rn_key + head_off;
770 int b, head_off, vlen; local
776 head_off = x->rn_off;
781 Bcmp(v + head_off, tt->rn_key + head_off, vlen - head_off))
787 if ((x = rn_addmask(netmask, 1, head_off)) == 0)