Home
last modified time | relevance | path

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

/netbsd/external/mpl/dhcp/dist/server/tests/
H A Dsimple_unittest.c86 authoring_byte_order = 0; in ATF_TC_BODY()
93 authoring_byte_order = DHCP_BYTE_ORDER; in ATF_TC_BODY()
100 authoring_byte_order = (DHCP_BYTE_ORDER == LITTLE_ENDIAN ? in ATF_TC_BODY()
/netbsd/external/mpl/dhcp/dist/server/
H A Dconfpars.c1441 if (authoring_byte_order != 0) { in parse_authoring_byte_order()
1452 authoring_byte_order = LITTLE_ENDIAN; in parse_authoring_byte_order()
1455 authoring_byte_order = BIG_ENDIAN; in parse_authoring_byte_order()
1464 if (authoring_byte_order != DHCP_BYTE_ORDER) { in parse_authoring_byte_order()
6378 if (authoring_byte_order == 0) { in parse_byte_order_uint32()
6382 authoring_byte_order = DHCP_BYTE_ORDER; in parse_byte_order_uint32()
6385 if (authoring_byte_order != DHCP_BYTE_ORDER) { in parse_byte_order_uint32()
H A Ddb.c1087 authoring_byte_order = 0; in db_startup()
H A Ddhcpd.c98 int authoring_byte_order = 0; /* 0 = not set */ variable
/netbsd/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2138 extern int authoring_byte_order;