Home
last modified time | relevance | path

Searched refs:OPTION_STRING (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/networking/udhcp/
Dcommon.c37 { OPTION_STRING , 0x11 }, /* DHCP_ROOT_PATH */
51 { OPTION_STRING , 0x38 }, /* DHCP_ERR_MESSAGE */
52 { OPTION_STRING , 0x3c }, /* DHCP_VENDOR */
55 { OPTION_STRING , 0x43 }, /* DHCP_BOOT_FILE */
58 { OPTION_STRING , 0x64 }, /* DHCP_PCODE */
59 { OPTION_STRING , 0x65 }, /* DHCP_TCODE */
69 { OPTION_STRING , 0xd1 }, /* DHCP_PXE_CONF_FILE */
70 { OPTION_STRING , 0xd2 }, /* DHCP_PXE_PATH_PREFIX */
74 { OPTION_STRING , 0xfc }, /* DHCP_WPAD */
161 [OPTION_STRING] = 1, /* ignored by udhcp_str2optset */
[all …]
Dd6_dhcpc.c77 { OPTION_STRING, D6_OPT_TZ_POSIX },
78 { OPTION_STRING, D6_OPT_TZ_NAME },
81 { OPTION_STRING, D6_OPT_BOOT_URL },
82 { OPTION_STRING, D6_OPT_BOOT_PARAM },
84 { OPTION_STRING, 0xd1 }, /* DHCP_PXE_CONF_FILE */
85 { OPTION_STRING, 0xd2 }, /* DHCP_PXE_PATH_PREFIX */
Dcommon.h97 OPTION_STRING, enumerator
Ddhcpc.c129 [OPTION_STRING ] = 1,
242 case OPTION_STRING: in xmalloc_optname_optval()
/busybox-1.35.0/util-linux/
Dumount.c85 #define OPTION_STRING "fldnrat:" "cvi" macro
108 opt = getopt32(argv, OPTION_STRING, &fstype); in umount_main()
/busybox-1.35.0/procps/
Dfuser.c36 #define OPTION_STRING "mks64" macro
302 getopt32(argv, "^" OPTION_STRING "\0" "-1"/*at least one arg*/); in fuser_main()
/busybox-1.35.0/archival/
Dlzop.c479 #define OPTION_STRING "cfUvqdt123456789CFk" macro
1127 getopt32(argv, OPTION_STRING); in lzop_main()