Searched refs:NO_PREFIX (Results 1 - 3 of 3) 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
H A Difconfig.c944 case NO_PREFIX:
1339 case NO_PREFIX:
1842 case NO_PREFIX:
2069 case NO_PREFIX:
3994 * If no /<n> is present return NO_PREFIX as *plenp.
4063 * If no /<n> is present return NO_PREFIX as *plenp.
4116 * If there is /<n> present this returns NO_PREFIX.
4127 return (NO_PREFIX);
/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 80 milliseconds