Home
last modified time | relevance | path

Searched refs:ns_o_update (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/include/arpa/
Dnameser_compat.h121 #define NS_UPDATE_OP ns_o_update
Dnameser.h220 ns_o_update = 5, /*%< Zone update message. */ enumerator
/freebsd-9-stable/lib/libc/resolv/
Dres_send.c279 if ((((const HEADER *)buf1)->opcode == ns_o_update) && in res_queriesmatch()
280 (((const HEADER *)buf2)->opcode == ns_o_update)) in res_queriesmatch()
Dres_debug.c631 case ns_o_update: in p_section()
Dres_mkupdate.c123 hp->opcode = ns_o_update; in res_nmkupdate()