HomeSort by relevance Sort by last modified time
    Searched refs:ns_updrec (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkupdate.c 110 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) {
111 ns_updrec *rrecp_start = rrecp_in;
115 ns_updrec *rrecp;
436 ns_updrec *
439 ns_updrec *rrecp = (ns_updrec *)calloc(1, sizeof(ns_updrec));
454 res_freeupdrec(ns_updrec *rrecp) {
res_update.c 114 ns_updrec * z_rr;
120 res_update(ns_updrec *rrecp_in) {
121 ns_updrec *rrecp, *tmprrecp;
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 287 /* XXX The following depend on the ns_updrec typedef in arpa/nameser.h */
289 int res_update __P((ns_updrec *));
290 int res_mkupdate __P((ns_updrec *, u_char *, int));
291 ns_updrec * res_mkupdrec __P((int, const char *, u_int, u_int, u_long));
292 void res_freeupdrec __P((ns_updrec *));
  /bionic/libc/dns/resolv/
res_data.c 189 res_mkupdate(ns_updrec *rrecp_in, u_char *buf, int buflen) {
258 res_update(ns_updrec *rrecp_in) {
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser.h 244 typedef struct _ns_updrec ns_updrec; typedef in typeref:struct:_ns_updrec

Completed in 157 milliseconds