Lines Matching defs:use
5 * Redistribution and use in source and binary forms, with or without
11 * features or use of this software display the following acknowledgement:
49 * Redistribution and use in source and binary forms, with or without
446 struct rr_pco_use { /* use prefix part */
1049 /* display cosmetics: print the packet length for printer that use the vflag now */
1509 ND_PRINT(" %s/%u", ip6addr_string(ndo, (const u_char *)&in6), /* local buffer, not packet data; don't use GET_IP6ADDR_STRING() */
1947 const struct rr_pco_use *use;
2030 use = (const struct rr_pco_use *)cp;
2031 cp = (const char *)(use + 1);
2033 ND_TCHECK_16(use->rpu_prefix);
2039 ND_PRINT("use("); /*)*/
2040 if (GET_U_1(use->rpu_flags)) {
2041 #define F(x, y) (GET_U_1(use->rpu_flags) & (x) ? (y) : "")
2049 GET_U_1(use->rpu_ramask));
2051 GET_U_1(use->rpu_raflags));
2052 if (GET_BE_U_4(use->rpu_vltime) == 0xffffffff)
2056 GET_BE_U_4(use->rpu_vltime));
2057 if (GET_BE_U_4(use->rpu_pltime) == 0xffffffff)
2061 GET_BE_U_4(use->rpu_pltime));
2063 if (addrtostr6(use->rpu_prefix, hbuf, sizeof(hbuf)))
2065 GET_U_1(use->rpu_uselen),
2066 GET_U_1(use->rpu_keeplen));
2068 ND_PRINT("?/%u/%u", GET_U_1(use->rpu_uselen),
2069 GET_U_1(use->rpu_keeplen));