Home
last modified time | relevance | path

Searched refs:NOPROTO (Results 1 – 8 of 8) sorted by relevance

/freebsd/sbin/ifconfig/
H A Difvlan.c63 #define NOPROTO ((u_short) -1) macro
71 .vlr_proto = NOPROTO,
161 if (params.vlr_proto == NOPROTO) in vlan_create()
179 if (params.vlr_proto == NOPROTO) in vlan_set()
211 if (params.vlr_proto == NOPROTO) in setvlantag()
/freebsd/sys/tools/syscalls/scripts/
H A Dsysproto_h.lua107 if not v.type.NOARGS and not v.type.NOPROTO and
141 if not v.type.NOPROTO and not v.type.NODEF then
162 if not v.type.NOARGS and not v.type.NOPROTO and
186 if not v.type.NOPROTO and not v.type.NODEF then
/freebsd/sys/crypto/des/
H A Ddes_locl.h58 #undef NOPROTO
/freebsd/sys/tools/syscalls/core/
H A Dsyscall.lua116 self.type.NOPROTO = true
/freebsd/lib/libmd/
H A Dsha1c.c98 #ifndef NOPROTO
H A Dsha0c.c90 #ifndef NOPROTO
/freebsd/sys/netgraph/
H A Dng_lmi.c170 #define NOPROTO(sc) (((sc)->flags & SCF_LMITYPE) == SCF_NOLMI) macro
/freebsd/crypto/openssl/
H A DCHANGES.md18689 * Remove NOPROTO sections and error code comments.