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

  /src/external/mpl/bind/dist/lib/dns/
tsig.c 610 isc_buffer_t otherbuf; local
614 isc_buffer_init(&otherbuf, tsig.other, tsig.otherlen);
615 isc_buffer_putuint48(&otherbuf, tsig.timesigned);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tsig.c 823 isc_buffer_t otherbuf; local
827 isc_buffer_init(&otherbuf, tsig.other, tsig.otherlen);
828 isc_buffer_putuint48(&otherbuf, tsig.timesigned);

Completed in 15 milliseconds