Searched refs:nla (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-pgm.c166 const void *nla; local
279 nla = bp;
282 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
283 (void)printf("SPM seq %u trail %u lead %u nla %s",
326 nla = bp;
329 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
343 (void)printf("POLR seq %u round %u nla %s ivl %u rnd 0x%08x "
645 nla = bp;
648 inet_ntop(nla_af, nla, nla_buf, sizeof(nla_buf));
649 (void)printf(" REDIRECT %s", (char *)nla);
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_leaf.c743 struct zap_leaf_array *nla = local
752 *nla = *la; /* structure assignment */
757 nchunkp = &nla->la_next;

Completed in 61 milliseconds