Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_sign.c123 PUTLONG(0, cp); /*%< TTL */ in ns_sign2()
145 PUTLONG(timesigned, cp); in ns_sign2()
147 PUTLONG(in_timesigned, cp); in ns_sign2()
179 PUTLONG(0, cp2); in ns_sign2()
192 PUTLONG(timesigned, cp2); in ns_sign2()
194 PUTLONG(in_timesigned, cp2); in ns_sign2()
202 PUTLONG(timesigned, cp2); in ns_sign2()
234 PUTLONG(timesigned, cp); in ns_sign2()
322 PUTLONG(0, cp); /*%< TTL */ in ns_sign_tcp2()
336 PUTLONG(timesigned, cp); in ns_sign_tcp2()
[all …]
H A Dns_verify.c449 PUTLONG(timesigned, cp2); in ns_verify_tcp()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c191 PUTLONG(rttl, cp); in res_nmkupdate()
213 PUTLONG(n1, cp); in res_nmkupdate()
258 PUTLONG(soanum, cp); in res_nmkupdate()
339 PUTLONG(n1, cp); in res_nmkupdate()
479 PUTLONG(rttl, cp); in res_nmkupdate()
491 PUTLONG(ottl, cp); in res_nmkupdate()
501 PUTLONG(exptime, cp); in res_nmkupdate()
508 PUTLONG(timesigned, cp); in res_nmkupdate()
H A Dres_debug.c1035 PUTLONG(latit,bcp);
1036 PUTLONG(longit,bcp);
1037 PUTLONG(alt,bcp);
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h234 #define PUTLONG(l, cp) { \ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c685 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp);
936 PUTLONG(val, ucp); \
943 PUTLONG(val, ucp); \
1976 PUTLONG(ao->asyncmap | cilong, nakp);
2111 PUTLONG(cilong, nakp);
2153 PUTLONG(cilong, nakp);
2975 PUTLONG(lcp_magic, pktp);
3053 PUTLONG(lcp_magic, pktp);
3103 PUTLONG(lcp_magic, pktp);
3104 PUTLONG(time_remaining, pktp);
H A Dpppd.h733 #define PUTLONG(l, cp) { \ macro
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h265 #define PUTLONG NS_PUT32 macro