Home
last modified time | relevance | path

Searched refs:status_code (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/usr.sbin/ldpd/
H A Dnotification.c53 err |= gen_status_tlv(buf, nm->status_code, nm->msg_id, nm->msg_type); in send_notification_full()
77 send_notification(struct tcp_conn *tcp, uint32_t status_code, uint32_t msg_id, in send_notification() argument
83 nm.status_code = status_code; in send_notification()
91 send_notification_rtlvs(struct nbr *nbr, uint32_t status_code, uint32_t msg_id, in send_notification_rtlvs() argument
97 nm.status_code = status_code; in send_notification_rtlvs()
138 nm.status_code = ntohl(st.status_code); in recv_notification()
201 switch (nm.status_code) { in recv_notification()
236 if (st.status_code & htonl(STATUS_FATAL)) { in recv_notification()
245 switch (nm.status_code) { in recv_notification()
259 gen_status_tlv(struct ibuf *buf, uint32_t status_code, uint32_t msg_id, in gen_status_tlv() argument
[all …]
H A Dlde.c314 switch (nm.status_code) { in lde_dispatch_imsg()
875 map.st.status_code = st->status_code; in lde_send_labelwithdraw()
1002 lde_send_notification(struct lde_nbr *ln, uint32_t status_code, uint32_t msg_id, in lde_send_notification()
1008 nm.status_code = status_code; in lde_send_notification()
1023 nm.status_code = S_ENDOFLIB; in lde_send_notification_eol_prefix()
1039 nm.status_code = S_ENDOFLIB; in lde_send_notification_eol_pwid()
995 lde_send_notification(struct lde_nbr * ln,uint32_t status_code,uint32_t msg_id,uint16_t msg_type) lde_send_notification() argument
H A Dl2vpn.c309 st.status_code = S_WRONG_CBIT; in l2vpn_pw_negotiate()
340 nm.status_code = S_PW_STATUS; in l2vpn_send_pw_status()
357 nm.status_code = S_PW_STATUS; in l2vpn_send_pw_status_wcard()
H A Dldpd.h220 uint32_t status_code; member
237 uint32_t status_code; member
H A Dldp.h236 uint32_t status_code; member
H A Dlabelmapping.c105 err |= gen_status_tlv(buf, me->map.st.status_code, in send_labelmessage()
/openbsd-src/sbin/dhcp6leased/
H A Dengine.c824 int status_code; in parse_dhcp()
825 status_code = parse_ia_pd_options(p + in parse_dhcp()
830 if (status_code != DHCP_STATUS_SUCCESS && in parse_dhcp()
958 uint16_t status_code = DHCP_STATUS_SUCCESS; in parse_ia_pd_options()
1021 memcpy(&status_code, p, sizeof(uint16_t)); in parse_ia_pd_options()
1022 status_code = ntohs(status_code); in parse_ia_pd_options()
1031 dhcp_status2str(status_code), visbuf); in parse_ia_pd_options()
1039 return status_code; in state_transition()
816 int status_code; parse_dhcp() local
950 uint16_t status_code = DHCP_STATUS_SUCCESS; parse_ia_pd_options() local
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm1210 my $status_code = LWP::Simple::getstore( $fetch_path, $store_path );
1211 last if( 200 <= $status_code and $status_code <= 300 );
1212 $logger->warn( "Could not get [$fetch_path]: Status code $status_code" );
/openbsd-src/sys/dev/ic/
H A Dqwxreg.h4274 qwx_wmi_cc_setting_code_to_reg(enum wmi_reg_cc_setting_code status_code) in qwx_wmi_cc_setting_code_to_reg() argument
4276 switch (status_code) { in qwx_wmi_cc_setting_code_to_reg()
4463 enum cc_setting_code status_code; member
4498 uint32_t status_code; member
4524 uint32_t status_code; member
H A Dqwx.c12261 DNPRINTF(QWX_D_WMI, "%s: CC status_code %s\n", __func__, in qwx_pull_reg_chan_list_update_ev()
12262 qwx_cc_status_to_str(reg_info->status_code)); in qwx_pull_reg_chan_list_update_ev()
12264 reg_info->status_code = in qwx_pull_reg_chan_list_update_ev()
12265 qwx_wmi_cc_setting_code_to_reg(chan_list_event_hdr->status_code); in qwx_pull_reg_chan_list_update_ev()
12452 if (reg_info->status_code != REG_SET_CC_STATUS_PASS) { in qwx_reg_chan_list_event()