Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_netbios.c264 int rdatalen; in interpret_netbios_ns() local
355 rdatalen = getshort(data); in interpret_netbios_ns()
357 rdatalen); in interpret_netbios_ns()
360 if (rdatalen == 6) { in interpret_netbios_ns()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c208 u_int16_t optcode, optlen, rdatalen = ns_rr_rdlen(rr); in do_section() local
215 while (rdatalen >= 4) { in do_section()
256 rdatalen -= 4 + optlen; in do_section()