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

/freebsd-10.0-release/sys/netgraph/
H A Dng_tag.c302 hinfo_p hip; local
306 hip = malloc(sizeof(*hip), M_NETGRAPH_TAG, M_NOWAIT | M_ZERO);
307 if (hip == NULL)
309 NG_HOOK_SET_PRIVATE(hook, hip);
320 free(hip, M_NETGRAPH_TAG);
326 free(hip, M_NETGRAPH_TAG);
336 strncpy(hip->in->thisHook, name, sizeof(hip->in->thisHook) - 1);
337 hip
507 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
610 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
646 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
696 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
[all...]
H A Dng_bpf.c246 hinfo_p hip = NG_HOOK_PRIVATE(hook); local
249 if (strcmp(hip->prog->ifMatch, NG_HOOK_NAME(h)) == 0)
250 hip->match = h;
251 if (strcmp(hip->prog->ifNotMatch, NG_HOOK_NAME(h)) == 0)
252 hip->nomatch = h;
259 hinfo_p hip = NG_HOOK_PRIVATE(hook); local
262 if (hip->match == h)
263 hip->match = NULL;
264 if (hip->nomatch == h)
265 hip
275 hinfo_p hip; local
417 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
527 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
558 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
[all...]
H A Dng_hole.c132 hinfo_p hip; local
135 hip = malloc(sizeof(*hip), M_NETGRAPH, M_NOWAIT | M_ZERO);
136 if (hip == NULL)
138 NG_HOOK_SET_PRIVATE(hook, hip);
207 const hinfo_p hip = NG_HOOK_PRIVATE(hook); local
209 hip->stats.frames++;
210 hip->stats.octets += NGI_M(item)->m_pkthdr.len;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c577 cvmx_app_hotplug_info_t *hip; local
587 hip = hgp->hotplug_info_array;
592 if (hip[i].coremask == coremask)
595 printf("cvmx_app_hotplug_get_info(): coremask match %d -- coremask 0x%x, valid %d\n", i, (unsigned int)hip[i].coremask, (unsigned int)hip[i].valid);
596 return &hip[i];
612 cvmx_app_hotplug_info_t *hip; local
622 hip = hgp->hotplug_info_array;
627 if (hip[i].coremask == coremask)
630 printf("cvmx_app_hotplug_get_info(): coremask match %d -- coremask 0x%x valid %d\n", i, (unsigned int)hip[
653 cvmx_app_hotplug_info_t *hip; local
[all...]
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_usie.c850 len = be16toh(rxd->hip.len) & USIE_HIP_IP_LEN_MASK;
851 pad = (rxd->hip.id & USIE_HIP_PAD) ? 1 : 0;
860 if (((rxd->hip.id & USIE_HIP_MASK) != USIE_HIP_IP) ||
954 sc->sc_txd.hip.len = htobe16(m->m_pkthdr.len +
1061 struct usie_hip *hip; local
1097 hip = (struct usie_hip *)sc->sc_status_temp;
1099 pad = (hip->id & USIE_HIP_PAD) ? 1 : 0;
1101 DPRINTF("hip.id=%x hip.len=%d actlen=%u pad=%d\n",
1102 hip
1385 struct usie_hip *hip; local
1505 struct usie_hip *hip; local
[all...]
H A Dif_usievar.h187 struct usie_hip hip; member in struct:usie_desc
/freebsd-10.0-release/contrib/traceroute/
H A Dtraceroute.c314 struct ip *hip = NULL; /* Quoted IP header */ variable in typeref:struct:ip
1017 (void *)hip, hiplen);
1329 hip = &icp->icmp_ip;
1330 hiplen = ((u_char *)icp + cc) - (u_char *)hip;
1331 hlen = hip->ip_hl << 2;
1332 inner = (u_char *)((u_char *)hip + hlen);
1334 && hip->ip_p == proto->num
/freebsd-10.0-release/etc/
H A Dprotocols150 hip 139 HIP # Host Identity Protocol (RFC5201)
/freebsd-10.0-release/usr.sbin/traceroute6/
H A Dtraceroute6.c1261 struct ip6_hdr *hip; local
1264 hip = (struct ip6_hdr *)(icp + 1);
1265 if ((up = get_uphdr(hip, (u_char *)(buf + cc))) == NULL) {

Completed in 217 milliseconds