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

/freebsd-9.3-release/contrib/tcpdump/
H A Daddrtoname.c440 /* Find the hash node that corresponds the protoid 'pi'. */
785 const u_char protoid[5]; member in struct:protoidlist
806 u_char protoid[5]; local
808 protoid[0] = 0;
809 protoid[1] = 0;
810 protoid[2] = 0;
814 memcpy((char *)&protoid[3], (char *)&etype, 2);
815 tp = lookup_protoid(protoid);
820 tp = lookup_protoid(pl->protoid);
/freebsd-9.3-release/usr.sbin/edquota/
H A Dedquota.c121 long id, protoid; local
236 if ((protoid = getentry(protoname, quotatype)) == -1)
238 protoprivs = getprivs(protoid, quotatype, fspath);

Completed in 110 milliseconds