Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c1274 boolean_t pktflag, myflag; in verify_ra_consistency() local
1306 pktflag = ((ra->nd_ra_flags_reserved & ND_RA_FLAG_MANAGED) != 0); in verify_ra_consistency()
1308 if (pktflag != myflag) { in verify_ra_consistency()
1312 (pktflag ? "ON" : "OFF"), in verify_ra_consistency()
1315 pktflag = ((ra->nd_ra_flags_reserved & ND_RA_FLAG_OTHER) != 0); in verify_ra_consistency()
1317 if (pktflag != myflag) { in verify_ra_consistency()
1321 (pktflag ? "ON" : "OFF"), in verify_ra_consistency()
1357 int pktflag, myflag; in verify_prefix_opt() local
1382 pktflag = ((po->nd_opt_pi_flags_reserved & ND_OPT_PI_FLAG_AUTO) != 0); in verify_prefix_opt()
1384 if (pktflag != myflag) { in verify_prefix_opt()
[all …]