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

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Daddrtoname.c440 /* Find the hash node that corresponds the protoid 'pi'. */
757 const u_char protoid[5]; member in struct:protoidlist
778 u_char protoid[5]; local
780 protoid[0] = 0;
781 protoid[1] = 0;
782 protoid[2] = 0;
786 memcpy((char *)&protoid[3], (char *)&etype, 2);
787 tp = lookup_protoid(protoid);
792 tp = lookup_protoid(pl->protoid);
/netbsd-6-1-5-RELEASE/usr.sbin/edquota/
H A Dedquota.c1114 long protoid, id; local
1119 if ((protoid = getidbyname(protoname, idtype)) == -1)
1121 protoprivs = getprivs(protoid, 0, idtype, fs);

Completed in 69 milliseconds