Searched refs:PUTLONG (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_sign.c | 129 PUTLONG(0, cp); /*%< TTL */ in ns_sign2() 151 PUTLONG(timesigned, cp); in ns_sign2() 153 PUTLONG(in_timesigned, cp); in ns_sign2() 185 PUTLONG(0, cp2); in ns_sign2() 198 PUTLONG(timesigned, cp2); in ns_sign2() 200 PUTLONG(in_timesigned, cp2); in ns_sign2() 208 PUTLONG(timesigned, cp2); in ns_sign2() 240 PUTLONG(timesigned, cp); in ns_sign2() 328 PUTLONG(0, cp); /*%< TTL */ in ns_sign_tcp2() 342 PUTLONG(timesigned, cp); in ns_sign_tcp2() [all …]
|
H A D | ns_verify.c | 455 PUTLONG(timesigned, cp2); in ns_verify_tcp()
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_mkupdate.c | 195 PUTLONG(rttl, cp); in res_nmkupdate() 217 PUTLONG(n1, cp); in res_nmkupdate() 262 PUTLONG(soanum, cp); in res_nmkupdate() 343 PUTLONG(n1, cp); in res_nmkupdate() 483 PUTLONG(rttl, cp); in res_nmkupdate() 495 PUTLONG(ottl, cp); in res_nmkupdate() 505 PUTLONG(exptime, cp); in res_nmkupdate() 512 PUTLONG(timesigned, cp); in res_nmkupdate()
|
H A D | res_debug.c | 1040 PUTLONG(latit,bcp); 1041 PUTLONG(longit,bcp); 1042 PUTLONG(alt,bcp);
|
/titanic_41/usr/src/lib/libresolv/arpa/ |
H A D | nameser.h | 236 #define PUTLONG(l, cp) { \ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | lcp.c | 693 PUTLONG(lcp_gotoptions[f->unit].magicnumber, magp); 944 PUTLONG(val, ucp); \ 951 PUTLONG(val, ucp); \ 1984 PUTLONG(ao->asyncmap | cilong, nakp); 2119 PUTLONG(cilong, nakp); 2161 PUTLONG(cilong, nakp); 2983 PUTLONG(lcp_magic, pktp); 3061 PUTLONG(lcp_magic, pktp); 3111 PUTLONG(lcp_magic, pktp); 3112 PUTLONG(time_remaining, pktp);
|
H A D | pppd.h | 726 #define PUTLONG(l, cp) { \ macro
|
/titanic_41/usr/src/head/arpa/ |
H A D | nameser_compat.h | 267 #define PUTLONG NS_PUT32 macro
|