Searched refs:SIZE_OF_SNAME (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/net/lib/dhcpv4/ |
D | dhcpv4_internal.h | 39 #define SIZE_OF_SNAME 64 macro 83 SIZE_OF_SNAME + SIZE_OF_FILE + \
|
D | dhcpv4_server.c | 495 return dhcpv4_encode_string(buf, buflen, sname, SIZE_OF_SNAME); in dhcpv4_encode_sname() 1448 if (datalen < (SIZE_OF_SNAME + SIZE_OF_FILE + SIZE_OF_MAGIC_COOKIE)) { in dhcpv4_process_data() 1452 data += SIZE_OF_SNAME + SIZE_OF_FILE + SIZE_OF_MAGIC_COOKIE; in dhcpv4_process_data() 1453 datalen -= SIZE_OF_SNAME + SIZE_OF_FILE + SIZE_OF_MAGIC_COOKIE; in dhcpv4_process_data()
|
D | dhcpv4.c | 226 if (net_pkt_memset(pkt, 0, SIZE_OF_SNAME)) { in dhcpv4_add_sname() 1529 if (net_pkt_skip(pkt, SIZE_OF_SNAME + SIZE_OF_FILE)) { in net_dhcpv4_input()
|
/Zephyr-latest/tests/net/dhcpv4/server/src/ |
D | main.c | 186 net_pkt_write(pkt, empty_buf, SIZE_OF_SNAME); in client_prepare_test_msg() 556 ret = net_pkt_skip(pkt, SIZE_OF_SNAME + SIZE_OF_FILE); in verify_offer() 739 ret = net_pkt_skip(pkt, SIZE_OF_SNAME + SIZE_OF_FILE); in verify_ack()
|