HomeSort by: relevance | last modified time | path
    Searched defs:naddrtype (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
irpmarshall.c 1318 char nAddrType[24];
1326 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype));
1336 need += strlen(nAddrType) + 1;
1362 strcat(*buffer, nAddrType); strcat(*buffer, fieldsep);
1384 int naddrtype; local
1427 naddrtype = AF_INET;
1429 naddrtype = AF_INET6;
1441 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet);
1450 ne->n_addrtype = naddrtype;
1492 char nAddrType[24]
1558 int naddrtype; local
    [all...]
irpmarshall.c 1318 char nAddrType[24];
1326 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype));
1336 need += strlen(nAddrType) + 1;
1362 strcat(*buffer, nAddrType); strcat(*buffer, fieldsep);
1384 int naddrtype; local
1427 naddrtype = AF_INET;
1429 naddrtype = AF_INET6;
1441 bits = inet_net_pton(naddrtype, tmpbuf, &nnet, sizeof nnet);
1450 ne->n_addrtype = naddrtype;
1492 char nAddrType[24]
1558 int naddrtype; local
    [all...]

Completed in 32 milliseconds