Searched defs:NO_PREFIX (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.h24 #define NO_PREFIX -2 /* no prefix was found */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c347 #define NO_PREFIX -2 /* no prefix was found */ macro
2114 if (masklen != NO_PREFIX) {
2148 if (masklen != NO_PREFIX) {
2190 * If no /<n> is present return NO_PREFIX as *plenp.
2278 * If no /<n> is present return NO_PREFIX as *plenp.
2338 * If /<n> is not present, this function returns NO_PREFIX.
2353 return (NO_PREFIX);

Completed in 73 milliseconds