Home | History | Annotate | Download | only in tcpdump

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:
339 /* display cosmetics: print the packet length for printer that use the vflag now */
1251 struct rr_pco_use *use;
1332 use = (struct rr_pco_use *)cp;
1333 cp = (const char *)(use + 1);
1335 TCHECK(use->rpu_prefix);
1341 printf("use("); /*)*/
1342 if (use->rpu_flags) {
1343 #define F(x, y) ((use->rpu_flags) & (x) ? (y) : "")
1350 printf("mask=0x%x,", use->rpu_ramask);
1351 printf("raflags=0x%x,", use->rpu_raflags);
1352 if (~use->rpu_vltime == 0)
1356 EXTRACT_32BITS(&use->rpu_vltime));
1357 if (~use->rpu_pltime == 0)
1361 EXTRACT_32BITS(&use->rpu_pltime));
1363 if (inet_ntop(AF_INET6, &use->rpu_prefix, hbuf,
1365 printf("%s/%u/%u", hbuf, use->rpu_uselen,
1366 use->rpu_keeplen);
1368 printf("?/%u/%u", use->rpu_uselen,
1369 use->rpu_keeplen);